'Declaration
Public Function GetParagraphCount( _ ByVal SegmentationResultID As String _ ) As Integer
public int GetParagraphCount( string SegmentationResultID )
public function GetParagraphCount( SegmentationResultID: String ): Integer;
public function GetParagraphCount( SegmentationResultID : String ) : int;
public: int GetParagraphCount( string* SegmentationResultID )
public: int GetParagraphCount( String^ SegmentationResultID )
Parameters
- SegmentationResultID